home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
DefineButton2_4
/
BUTTONCONDACTION on(keyPress Right).as
< prev
next >
Wrap
Text File
|
2003-03-14
|
134b
|
9 lines
on(keyPress "<Right>"){
if(bloccoshift == 0)
{
bloccoshift = 1;
Shiftdxsx(1);
bloccoshift = 0;
}
}